/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', Arial, 'Helvetica', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    line-height: 50px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;

    overflow: hidden;

    width: 50px;
    height: 50px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #999;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\eb60';
}
.slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
.slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e655';
}
.slick-arrow:hover
{
    color: #fff;
    background-color: rgba(21, 165, 218, .8);
}
.fluid_video_wrapper video
{
    background: #fff;
}
.header
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 100px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    /* 标准的语法 */
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .logo
{
    display: inline-block;
    float: left;
    overflow: hidden;

    height: 60px;
    margin-top: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 30px;
        margin-top: 15px;
    }
}
@media (max-width: 360px)
{
    .header .logo
    {
        height: 24px;
        margin-top: 18px;
    }
}
.header .logo a
{
    display: inline-block;

    height: 100%;
}
.header .logo .logob
{
    display: none;
}
.header .logo img
{
    height: 100%;
}
/* .header .language
{
    float: right;

    margin-top: 38px;
    margin-left: 40px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 18px;
        margin-left: 10px;
    }
}
.header .language a
{
    display: inline-block;

    width: 24px;
    height: 24px;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language a.en
{
    background-position: -24px 0;
} */
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 30px;
    height: 40px;
    margin-left: 6px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        border: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav
{
    float: right;
}
.header .nav .tbl
{
    display: inline-block;
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #15a5da;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 90%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        display: block;

        margin: 0 -30px;

        text-align: center;
    }
    .header .nav .nav-list1 > li
    {
        display: inline-block;

        white-space: nowrap;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
        line-height: 100px;

        position: relative;

        display: block;

        padding: 0 15px;

        text-transform: uppercase;

        color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 120px;
        margin-left: -20px;
        padding: 0;

        text-align: left;
        text-align: center;

        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        list-style: none;

        border-bottom: 1px dashed rgba(102, 102, 102, .5);
    }
    .header .nav .nav-list1 .nav-list2 li:last-child
    {
        border-bottom: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        line-height: 50px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 26px;

        -webkit-transition: all .2s;
        -webkit-transition: -webkit-transform .6s ease;
                transition: all .2s;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #fff;
        background-color: #15a5da;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        min-width: 200px;
        padding: 20px 0;

        text-align: left;

        background-color: rgba(21, 165, 218, .86);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #15a5da;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow-y: auto;

    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 16px;
    line-height: 40px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 9919px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2.6;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 9919px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 9919px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 9919px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav2-list2 .img-box
    {
        width: 250px;
        height: 90px;
        padding-bottom: 0;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 992px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
@media (min-width: 992px)
{
    .header .cart-box-xs
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .header .cart-box-xs
    {
        font-size: 24px;

        position: absolute;
        top: 25px;
        left: 0;
        left: 30px;

        color: #fff;
    }
    .header .cart-box-xs span
    {
        font-size: 16px;
        line-height: 26px;

        display: inline-block;

        width: 30px;
        height: 30px;
        margin-left: 10px;

        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
        text-align: center;

        border: 2px solid #fff;
        border-radius: 50%;
    }
}
.header .lang
{
    font-size: 12px;

    position: relative;

    float: right;

    width: 140px;
    padding: 39px 0;

    text-align: center;

    border-left: 1px solid #e4e4e4;
}
@media (max-width: 991px)
{
    .header .lang
    {
        display: none;
    }
}
.header .lang h3
{
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    font-weight: normal;

    display: inline-block;

    margin: 0;

    cursor: pointer;

    color: #888;
}
.header .lang h3::before
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 22px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(../images/flags.png) no-repeat;
    background-position: -42px 0;
}
.header .lang h3::after
{
    position: relative;
    top: -2px;

    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';

    border-top: 4px solid #c7c7c7;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header .lang ul
{
    position: absolute;
    z-index: 999;
    top: 90px;
    right: 0;

    display: none;

    width: 100%;
    margin-left: -12px;
    padding: 20px 16px;

    text-align: left;

    color: #999;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
}
.header .lang li
{
    font-size: 13px;
    line-height: 38px;

    clear: both;

    width: 100%;
    height: 29px;
    padding-left: 14px;

    list-style: none;
}
.header .lang li a::before
{
    display: inline-block;
    float: left;

    width: 24px;
    height: 22px;
    margin-top: 8px;
    margin-right: 8px;

    content: '';

    background: url(../images/flags.png) no-repeat;
}
.header .lang li:hover
{
    color: #0bc0ac;
}
.header .lang li.zh a::before
{
    background-position: -42px 0;
}
.header .lang li.en a::before
{
    background-position: -2px 0;
}
@media (max-width: 991px)
{
    .header .lang
    {
        display: none;
    }
}
.header .find
{
    line-height: 100px;

    float: right;

    margin-left: 60px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    outline: none;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        margin-left: 10px;
    }
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .find:hover
{
    color: #da2930;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background: rgba(21, 165, 218, .8);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #fff;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e641';

    color: #fff;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.header .search-lg .search p
{
    display: block;

    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 18px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .nav-phone
{
    position: absolute;
    bottom: 30px;

    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-phone
    {
        display: block;
    }
}
.header .nav-phone ul
{
    margin: 0 -10px;
}
.header .nav-phone ul li
{
    display: inline-block;
}
.header .nav-phone ul li a
{
    font-size: 16px;

    padding: 0 10px;

    text-transform: uppercase;

    color: #fff;
}
.header-white
{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.fp-viewing-2 .header,
.fp-viewing-3 .header,
.fp-viewing-4 .header,
.fp-viewing-5 .header,
.fp-viewing-6 .header,
.fp-viewing-7 .header,
.fp-viewing-8 .header
{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.fp-viewing-2 .header .logo .logoa,
.fp-viewing-3 .header .logo .logoa,
.fp-viewing-4 .header .logo .logoa,
.fp-viewing-5 .header .logo .logoa,
.fp-viewing-6 .header .logo .logoa,
.fp-viewing-7 .header .logo .logoa,
.fp-viewing-8 .header .logo .logoa
{
    display: none;
}
.fp-viewing-2 .header .logo .logob,
.fp-viewing-3 .header .logo .logob,
.fp-viewing-4 .header .logo .logob,
.fp-viewing-5 .header .logo .logob,
.fp-viewing-6 .header .logo .logob,
.fp-viewing-7 .header .logo .logob,
.fp-viewing-8 .header .logo .logob
{
    display: inline-block;
}
.fp-viewing-2 .header .nav .nav-list1 > li > a,
.fp-viewing-3 .header .nav .nav-list1 > li > a,
.fp-viewing-4 .header .nav .nav-list1 > li > a,
.fp-viewing-5 .header .nav .nav-list1 > li > a,
.fp-viewing-6 .header .nav .nav-list1 > li > a,
.fp-viewing-7 .header .nav .nav-list1 > li > a,
.fp-viewing-8 .header .nav .nav-list1 > li > a
{
    color: #999;
}
@media (min-width: 1200px)
{
    .fp-viewing-2 .header .nav .nav-list1 > li:hover > a,
    .fp-viewing-3 .header .nav .nav-list1 > li:hover > a,
    .fp-viewing-4 .header .nav .nav-list1 > li:hover > a,
    .fp-viewing-5 .header .nav .nav-list1 > li:hover > a,
    .fp-viewing-6 .header .nav .nav-list1 > li:hover > a,
    .fp-viewing-7 .header .nav .nav-list1 > li:hover > a,
    .fp-viewing-8 .header .nav .nav-list1 > li:hover > a,
    .fp-viewing-2 .header .nav .nav-list1 > li.active > a,
    .fp-viewing-3 .header .nav .nav-list1 > li.active > a,
    .fp-viewing-4 .header .nav .nav-list1 > li.active > a,
    .fp-viewing-5 .header .nav .nav-list1 > li.active > a,
    .fp-viewing-6 .header .nav .nav-list1 > li.active > a,
    .fp-viewing-7 .header .nav .nav-list1 > li.active > a,
    .fp-viewing-8 .header .nav .nav-list1 > li.active > a
    {
        color: #15a5da;
    }
}
.fp-viewing-2 .header .find,
.fp-viewing-3 .header .find,
.fp-viewing-4 .header .find,
.fp-viewing-5 .header .find,
.fp-viewing-6 .header .find,
.fp-viewing-7 .header .find,
.fp-viewing-8 .header .find
{
    color: #333;
}
.header-in-white,
.header-in-fixed
{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.header-in-white .logo .logoa,
.header-in-fixed .logo .logoa
{
    display: none;
}
.header-in-white .logo .logob,
.header-in-fixed .logo .logob
{
    display: inline-block;
}
@media (min-width: 1200px)
{
    .header-in-white .nav .nav-list1 > li > a,
    .header-in-fixed .nav .nav-list1 > li > a
    {
        color: #333;
    }
    .header-in-white .nav .nav-list1 > li:hover > a,
    .header-in-fixed .nav .nav-list1 > li:hover > a,
    .header-in-white .nav .nav-list1 > li.active > a,
    .header-in-fixed .nav .nav-list1 > li.active > a
    {
        color: #15a5da;
    }
}
.header-in-white .find,
.header-in-fixed .find
{
    color: #999;
}
.header-in-white .nav-collapse .btn-line,
.header-in-fixed .nav-collapse .btn-line,
.header-in-white .nav-collapse .btn-line:nth-child(3),
.header-in-fixed .nav-collapse .btn-line:nth-child(3),
.header-in-white .nav-collapse .btn-line:nth-child(1),
.header-in-fixed .nav-collapse .btn-line:nth-child(1)
{
    background-color: #999;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #898989;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 50px;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-bottom: 1px;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 4px;
    background-color: #676767;
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: rgba(218, 41, 48, .9);
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #005817;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e65c';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e66f';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e826';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e766';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e70a';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e615';
}
.xs-online
{
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #15a5da;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.product > a:before
{
    content: '\e6dc';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.tel > a:before
{
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.contact > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.product > a:before
{
    font-weight: normal;

    content: '\e607';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    letter-spacing: -8px;
}
.banner img
{
    display: block;
}
@media (min-width: 1200px)
{
    .banner img
    {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px)
{
    .banner img
    {
        width: 100%;
    }
}
.banner .slick
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 40px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 5%;

        display: none;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    opacity: .7;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 480px)
{
    .banner .slick-dots li
    {
        margin: 0 3px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-dots li.slick-active
{
    width: 20px;

    opacity: 1;
    border-radius: 6px;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .slick-arrow
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: .27;
    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #333;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:before:hover
    {
        opacity: .8;
    }
}
.banner .slick-prev
{
    left: 2.60416667%;
}
.banner .slick-prev:before
{
    content: '\e9b5';
}
.banner .slick-next
{
    right: 2.60416667%;
}
.banner .slick-next:before
{
    content: '\e72f';
}
.banner .text
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: 550px;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;
    letter-spacing: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .text
    {
        max-width: 400px;
    }
}
@media (max-width: 991px)
{
    .banner .text
    {
        max-width: 300px;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        display: none;

        max-width: 100px;
    }
}
.banner .text .img-box
{
    border: 2px dashed #15a5da;
    border-radius: 50%;
}
.banner .text .note
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 120px 0 0 0;
}
@media (max-width: 991px)
{
    .banner .text .note
    {
        padding-top: 40px;
    }
}
.banner .text .note .title-banner
{
    text-align: center;
}
.banner .text .note .title-banner:after
{
    display: block;

    width: 50px;
    height: 2px;
    margin: 0 auto;

    content: '';

    background-color: #15a5da;
}
.banner .text .note .title-banner b
{
    font-size: 34px;

    display: block;

    text-transform: uppercase;

    color: #15a5da;
}
@media (max-width: 1199px)
{
    .banner .text .note .title-banner b
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .banner .text .note .title-banner b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text .note .title-banner b
    {
        font-size: 16px;
    }
}
.banner .text .note .banner-nav
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .banner .text .note .banner-nav
    {
        display: none;
    }
}
.banner .text .note .banner-nav ul li
{
    font-size: 22px;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .banner .text .note .banner-nav ul li
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .text .note .banner-nav ul li
    {
        font-size: 16px;
    }
}
.banner .text .note .banner-nav ul li:after
{
    content: '|';
}
.banner .text .note .banner-nav ul li:last-child:after
{
    display: none;
}
.banner .text .note .banner-nav ul li a
{
    line-height: 1.41666667;

    display: inline-block;

    padding: 6px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner .text .note .banner-nav ul li a
    {
        padding: 0 14px;
    }
}
.banner .text .note .banner-nav ul li:hover a
{
    color: #15a5da;
}
.banner .slick-current .text .img-box
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
@media (max-width: 1199px)
{
    .banner-in .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner-in img
{
    max-width: 100%;
}
@media (min-width: 1200px)
{
    .banner-in img
    {
        position: relative;
        top: 0;
        left: 0;
    }
}
.banner-in .text-in
{
    position: absolute;
    bottom: 10%;
    left: 0;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .text-in
    {
        display: none;
    }
}
.banner-in .text-in b
{
    font-size: 48px;
    line-height: 1;

    display: block;

    letter-spacing: 0;
}
.banner-in .text-in .scroll-down
{
    cursor: pointer;
    text-align: center;
    letter-spacing: 0;
}
.banner-in .text-in .scroll-down:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 4%;

    content: '\e602';

    border: 1px solid #fff;
    border-radius: 50%;
}
.title
{
    position: relative;

    padding-top: 16px;

    text-align: center;
}
@media (max-width: 991px)
{
    .title
    {
        padding-top: 0;
    }
}
.title:after
{
    display: block;

    width: 213px;
    height: 24px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background: url(../images/title-line.png) no-repeat center;
}
.title h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title span
{
    font-size: 48px;
    font-weight: 300;
    line-height: 1;

    position: absolute;
    top: 0;

    display: block;

    width: 100%;

    text-align: center;
    text-transform: uppercase;

    color: rgba(218, 41, 48, .1);
}
@media (max-width: 991px)
{
    .title span
    {
        font-size: 20px;
    }
}
#fp-nav
{
    z-index: 8;
}
#fp-nav.fp-right
{
    right: 10px;
}
.box
{
    overflow: hidden;

    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .box
    {
        padding: 50px 0;
    }
}
.section-product
{
    background-color: #fafafa;
}
.box-product .product
{
    margin-top: 20px;
}
.box-product .product .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-product .product .item
    {
        margin-top: 14px;
    }
}
.box-product .product .item .pic .img-box
{
    padding-bottom: 72.72727273%;
}
.box-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item p
{
    font-size: 20px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #15a5da;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-product .product .item p
    {
        font-size: 16px;
        line-height: 30px;

        height: 30px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item p
    {
        font-size: 14px;
    }
}
.box-product .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover p
{
    background-color: #da2930;
}
.box-about .title
{
    text-align: left;

    background: url(../images/title.jpg) no-repeat center right;
}
@media (max-width: 991px)
{
    .box-about .title
    {
        margin-top: 30px;
    }
}
.box-about .title:after
{
    width: 150px;
    height: 24px;
    margin: 0;

    background-position: right top;
}
.box-about .title span
{
    left: 0;

    width: auto;
}
.box-about .slick-about .item .img-box,
.wrap-about .slick-about .item .img-box
{
    padding-bottom: 55.07246377%;
}
.box-about .slick-about .slick-arrow,
.wrap-about .slick-about .slick-arrow
{
    line-height: 40px;

    top: auto;
    bottom: 20px;
    left: 20px;

    width: 40px;
    height: 40px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    border-radius: 0;
    background-color: rgba(0, 0, 0, .4);
}
.box-about .slick-about .slick-arrow.slick-next,
.wrap-about .slick-about .slick-arrow.slick-next
{
    left: 60px;

    background-color: #15a5da;
}
.box-about .slick-about .slick-arrow:hover,
.wrap-about .slick-about .slick-arrow:hover
{
    background-color: #da2930;
}
.box-about .text,
.wrap-about .text
{
    margin-top: 30px;
}
.box-about .text p,
.wrap-about .text p
{
    line-height: 24px;

    margin: 0;
}
.box-about .number,
.wrap-about .number
{
    margin-top: 3%;
}
.box-about .number .item,
.wrap-about .number .item
{
    text-align: center;
}
@media (max-width: 991px)
{
    .box-about .number .item,
    .wrap-about .number .item
    {
        margin: 20px 0;
    }
}
.box-about .number .item b,
.wrap-about .number .item b
{
    font-size: 60px;
    line-height: 1;

    display: block;

    color: #15a5da;
}
@media (max-width: 1199px)
{
    .box-about .number .item b,
    .wrap-about .number .item b
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .box-about .number .item b,
    .wrap-about .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-about .number .item b,
    .wrap-about .number .item b
    {
        font-size: 30px;
    }
}
.box-about .number .item b sup,
.wrap-about .number .item b sup
{
    font-size: 24px;
    font-weight: normal;

    top: 0;

    vertical-align: top;

    color: #333;
}
@media (max-width: 767px)
{
    .box-about .number .item b sup,
    .wrap-about .number .item b sup
    {
        font-size: 20px;
    }
}
.box-about .number .item p,
.wrap-about .number .item p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .box-about .number .item p,
    .wrap-about .number .item p
    {
        font-size: 16px;
    }
}
.wrap-about .about
{
    margin-top: 30px;
}
.wrap-about .about .text
{
    margin-top: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        margin-top: 30px;
    }
}
.wrap-about .about .text p
{
    color: #666;
}
.box-advantages .advantages
{
    margin-top: 20px;
}
.box-advantages .advantages .row
{
    padding-bottom: 10px;
}
.box-advantages .advantages .item
{
    position: relative;

    margin-top: 30px;
    padding: 30px 30px 30px 120px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item
    {
        padding: 20px 20px 20px 80px;
    }
}
.box-advantages .advantages .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 50px;

    position: absolute;
    top: 50%;
    left: 30px;

    width: 60px;

    content: '\e625';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item:before
    {
        left: 10px;
    }
}
.box-advantages .advantages .item:after
{
    position: absolute;
    top: 46%;
    left: 26px;

    display: block;

    width: 44px;
    height: 44px;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 50%;
    background-color: rgba(21, 165, 218, .15);
}
.box-advantages .advantages .item span.number
{
    font-size: 70px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

    position: absolute;
    top: 50%;
    right: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: rgba(21, 165, 218, .1);
}
.box-advantages .advantages .item b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    margin-bottom: 6px;
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item b
    {
        font-size: 18px;
    }
}
.box-advantages .advantages .item p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.box-advantages .advantages .item-pinzhi:before
{
    content: '\e621';
}
.box-advantages .advantages .item-pinzhi:after
{
    left: 50px;
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item-pinzhi:after
    {
        left: 30px;
    }
}
.box-advantages .advantages .item-shouhou:before
{
    content: '\e627';
}
.box-advantages .advantages .item-shouhou:after
{
    top: 30%;
    left: 50px;
}
@media (max-width: 991px)
{
    .box-advantages .advantages .item-shouhou:after
    {
        left: 30px;
    }
}
.box-advantages .advantages .item-jingyan:before
{
    content: '\e623';
}
.box-advantages .advantages .item-jingyan:after
{
    top: 30%;
}
.box-advantages .advantages .item:hover
{
    box-shadow: 0 0 10px rgba(218, 41, 48, .2);
}
.box-advantages .advantages .item:hover:after
{
    background-color: rgba(218, 41, 48, .15);
}
.box-advantages .advantages .item:hover span.number
{
    color: rgba(21, 165, 218, .1);
}
.box-news .slick-news
{
    margin: 0 -15px;
}
.box-news .slick-news .slick-slide
{
    padding: 0 15px;
}
.box-news .slick-news .item
{
    margin-top: 30px;
}
.box-news .slick-news .item .pic .img-box
{
    padding-bottom: 53.33333333%;
}
.box-news .slick-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .slick-news .item .note
{
    margin-top: 30px;
}
.box-news .slick-news .item .note b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .slick-news .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .slick-news .item .note span.date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    color: #999;
}
.box-news .slick-news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .slick-news .item:hover .note b
{
    color: #da2930;
}
.box-news .more
{
    margin-top: 30px;

    text-align: center;
}
.box-news .more a
{
    font-size: #aaa;
    line-height: 36px;

    display: inline-block;

    padding: 0 60px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
}
.box-news .more a:hover
{
    color: #fff;
    background-color: #da2930;
}
.box-partner .slick-partner
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-partner .slick-partner
    {
        margin: 0 -8px;
    }
}
.box-partner .slick-partner .slick-slide
{
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .box-partner .slick-partner .slick-slide
    {
        padding: 0 8px;
    }
}
.box-partner .slick-partner .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-partner .slick-partner .item
    {
        margin-top: 16px;
    }
}
.box-partner .slick-partner .item .pic .img-box
{
    padding-bottom: 46.15384615%;
}
@media (max-width: 1199px)
{
    .box-share
    {
        padding: 60px 0;
    }
}
.box-share .index-share .title-share b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    color: #2b3141;
}
.box-share .index-share .title-share b:before
{
    display: inline-block;

    width: 30px;
    height: 30px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/share-icon.png);
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-share .index-share .youtube
    {
        margin-top: 30px;
    }
}
.box-share .index-share .youtube .title-share b:before
{
    background-position: -30px 0;
}
@media (max-width: 991px)
{
    .box-share .index-share .facebook
    {
        margin-top: 30px;
    }
}
.box-share .index-share .facebook .title-share b:before
{
    background-position: -60px 0;
}
.box-share .index-share .info
{
    margin-top: 30px;
}
.box-share .index-share .info iframe
{
    overflow-y: scroll;

    width: 100%;
    height: 560px;

    border: none;
    outline: none;
}
@media (max-width: 991px)
{
    .box-share .index-share .info iframe
    {
        height: 360px;
    }
}
.box-footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #f6f6f6;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-footer
    {
        padding-bottom: 50px;
    }
}
.box-footer .foot
{
    position: relative;
    z-index: 2;

    padding: 40px 0;
}
@media (max-width: 1199px)
{
    .box-footer .foot
    {
        padding: 40px 0;
    }
}
.box-footer .foot > ul
{
    font-size: 0;

    margin: 0 -15px;
}
.box-footer .foot > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li
    {
        width: 100%;
    }
}
.box-footer .foot > ul > li h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;
    z-index: 2;

    display: inline-block;

    margin: 0 0 14px 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li h3
    {
        display: block;

        margin: 0;
    }
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li h3
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
    .box-footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e647';
    }
    .box-footer .foot > ul > li h3:before
    {
        display: none;
    }
}
.box-footer .foot > ul > li .item
{
    font-size: 14px;

    text-align: left;
}
@media (max-width: 1199px)
{
    .box-footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}
.box-footer .foot > ul > li .item-1 b
{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;

    display: block;

    margin: 0 0 20px 0;
}
.box-footer .foot > ul > li .item-1 p
{
    line-height: 24px;

    margin: 0;
}
.box-footer .foot > ul > li .item-1 p a:hover
{
    text-decoration: underline;

    color: #15a5da;
}
.box-footer .foot > ul > li .item-1 .share
{
    margin-top: 16px;
}
.box-footer .foot > ul > li .item-1 .share ul li
{
    display: inline-block;
}
.box-footer .foot > ul > li .item-1 .share ul li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;
    margin: 0 3px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;

    color: #aba8a8;
    color: #fff;
    border-radius: 50%;
    background-color: #b4b5b6;
}
.box-footer .foot > ul > li .item-1 .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e616';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}
.box-footer .foot > ul > li .item-1 .share ul li.twitter a:before
{
    content: '\e61f';
}
.box-footer .foot > ul > li .item-1 .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.box-footer .foot > ul > li .item-1 .share ul li.instagram a:before
{
    content: '\e6b6';
}
.box-footer .foot > ul > li .item-1 .share ul li.youtube a:before
{
    content: '\e6d7';
}
.box-footer .foot > ul > li .item-1 .share ul li.google a:before
{
    content: '\e60c';
}
.box-footer .foot > ul > li .item-1 .share ul li.amazon a:before
{
    content: '\e6c1';
}
.box-footer .foot > ul > li .item-1 .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #fff;
    background-color: #15a5da;
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li .item-2
    {
        max-width: 100%;
    }
}
.box-footer .foot > ul > li .item-2 a
{
    line-height: 2;

    display: block;
}
.box-footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;

    color: #15a5da;
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li .item-3
    {
        max-width: 100%;
    }
}
.box-footer .foot > ul > li .item-3 form
{
    position: relative;
}
.box-footer .foot > ul > li .item-3 input,
.box-footer .foot > ul > li .item-3 textarea
{
    line-height: 30px;

    width: 100%;
    margin-top: 10px;
    padding: 0 10px;

    border-bottom: 1px solid #ececec;
    background: none;
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li .item-3 input,
    .box-footer .foot > ul > li .item-3 textarea
    {
        padding: 10px 60px 10px 10px;
    }
}
.box-footer .foot > ul > li .item-3 input::-webkit-input-placeholder,
.box-footer .foot > ul > li .item-3 textarea::-webkit-input-placeholder
{
    color: #777;
}
.box-footer .foot > ul > li .item-3 input:-o-placeholder,
.box-footer .foot > ul > li .item-3 textarea:-o-placeholder
{
    color: #777;
}
.box-footer .foot > ul > li .item-3 input::-moz-placeholder,
.box-footer .foot > ul > li .item-3 textarea::-moz-placeholder
{
    color: #777;
}
.box-footer .foot > ul > li .item-3 input:-ms-input-placeholder,
.box-footer .foot > ul > li .item-3 textarea:-ms-input-placeholder
{
    color: #777;
}
.box-footer .foot > ul > li .item-3 input:focus::-webkit-input-placeholder,
.box-footer .foot > ul > li .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot > ul > li .item-3 input:focus::-o-placeholder,
.box-footer .foot > ul > li .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot > ul > li .item-3 input:focus::-moz-placeholder,
.box-footer .foot > ul > li .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot > ul > li .item-3 input:focus::-ms-input-placeholder,
.box-footer .foot > ul > li .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-footer .foot > ul > li .item-3 .submit
{
    line-height: 30px;

    height: 30px;
    margin-top: 14px;
    padding: 0 10px;

    background: none;
}
.box-footer .foot > ul > li .item-3 .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e6cf';
}
.box-footer .foot > ul > li .item-3 .submit:hover
{
    color: #15a5da;
}
@media (max-width: 991px)
{
    .box-footer .foot > ul > li .info-down
    {
        display: none;
    }
}
.box-footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e646';
}
.box-footer .copyright
{
    font-size: 14px;

    padding: 15px 0;

    text-align: center;

    border-top: 1px solid #ececec;
}
@media (max-width: 1199px)
{
    .box-footer .copyright
    {
        padding: 15px;
    }
}
.box-footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-footer .copyright p
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.box-footer .copyright p a
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .box-footer .copyright p a
    {
        display: block;

        margin-left: 0;
    }
}
.box-footer .copyright p a:hover
{
    text-decoration: underline;

    color: #15a5da;
}
.sub-box
{
    height: 56px;
}
.sub-box .category
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 56px;
}
.sub-box .category ul
{
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;

    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.sub-box .category ul li
{
    position: relative;

    display: inline-block;

    height: 54px;
    padding: 0 17px;
}
.sub-box .category ul li:first-child
{
    padding-left: 0;
}
.sub-box .category ul li a
{
    font-size: 13px;
    line-height: 30px;

    display: block;

    height: 54px;
    padding: 12px 0;

    color: #fff;
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a
{
    border-bottom: 1px solid #fff;
}
.wrap
{
    overflow: hidden;

    padding: 60px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.wrapper
{
    clear: both;
}
.sidenav-about
{
    position: relative;
    z-index: 2;

    margin-top: -50px;

    text-align: center;

    background-color: rgba(21, 165, 218, .4);
}
@media (max-width: 991px)
{
    .sidenav-about
    {
        margin-top: 0;

        background-color: rgba(21, 165, 218, .8);
    }
}
.sidenav-about ul li
{
    display: inline-block;
}
.sidenav-about ul li a
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    padding: 0 56px;

    color: #fff;
}
@media (max-width: 991px)
{
    .sidenav-about ul li a
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.sidenav-about ul li.active a,
.sidenav-about ul li:hover a
{
    background-color: #15a5da;
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-family: Impact, Arial;
    font-size: 48px;
    font-weight: normal;
    line-height: 1;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .title-in b
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title-in b
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.title-in p
{
    font-size: 14px;
    line-height: 1.71428571;

    max-width: 1070px;
    margin: 10px 0 0 0;

    color: #666;
}
.wrap-left
{
    display: inline-block;

    width: 22%;
    margin-top: 30px;
    margin-right: -4px;

    vertical-align: top;

    will-change: min-height;
}
@media (max-width: 1350px)
{
    .wrap-left
    {
        width: 25%;
    }
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
    }
}
.wrap-left .sidenav
{
    position: relative;
    z-index: 2;

    background-color: #fafafa;
}
.wrap-left .sidenav ul
{
    margin: 0;
    padding: 0;
}
.wrap-left .sidenav ul li
{
    display: block;

    list-style: none;
}
.wrap-left .sidenav ul.side-level1
{
    border: 1px solid #eee;
}
.wrap-left .sidenav ul.side-level1 > li
{
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
}
@media (max-width: 1199px)
{
    .wrap-left .sidenav ul.side-level1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-left .sidenav ul.side-level1 > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 30px;

    color: inherit;
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li > a
    {
        font-size: 14px;

        padding: 4px 30px;
    }
}
.wrap-left .sidenav ul.side-level1 > li > a:before
{
    position: absolute;
    top: 24px;
    left: 16px;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    background-color: #15a5da;
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li > a:before
    {
        top: 16px;
    }
}
.wrap-left .sidenav ul.side-level1 > li.active,
.wrap-left .sidenav ul.side-level1 > li:hover
{
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-left .sidenav ul.side-level1 > li.active,
    .wrap-left .sidenav ul.side-level1 > li:hover
    {
        display: block;
    }
}
.wrap-left .sidenav ul.side-level1 > li.active > ul
{
    display: block;
}
.wrap-left .sidenav ul.side-level1 > li > ul
{
    display: none;
}
@media (max-width: 1199px)
{
    .wrap-left .sidenav ul.side-level1 > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-left .sidenav ul.side-level1 > li > ul > li > a
{
    line-height: 30px;

    position: relative;

    display: block;

    padding: 4px 20px 4px 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-left .sidenav ul.side-level1 > li > ul > li > a
    {
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li > ul > li > a
    {
        font-size: 12px;
    }
}
.wrap-left .sidenav ul.side-level1 > li > ul > li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 38px;

    position: absolute;
    top: 0;
    left: 30px;

    content: '\e628';

    color: #15a5da;
}
@media (max-width: 1199px)
{
    .wrap-left .sidenav ul.side-level1 > li > ul > li > a:before
    {
        left: 14px;
    }
}
.wrap-left .sidenav ul.side-level1 > li > ul > li.active,
.wrap-left .sidenav ul.side-level1 > li > ul > li:hover
{
    background-color: #da2930;
}
.wrap-left .sidenav ul.side-level1 > li > ul > li.active a,
.wrap-left .sidenav ul.side-level1 > li > ul > li:hover a
{
    color: #fff;
}
.wrap-left .sidenav ul.side-level1 > li > ul > li.active a:before,
.wrap-left .sidenav ul.side-level1 > li > ul > li:hover a:before
{
    color: #fff;
}
.wrap-right
{
    display: inline-block;

    width: 78%;
    margin-top: 30px;
    margin-right: -4px;
    padding-left: 30px;

    vertical-align: top;
}
@media (max-width: 1350px)
{
    .wrap-right
    {
        width: 75%;
    }
}
@media (max-width: 991px)
{
    .wrap-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-culture .culture .list
{
    margin-top: 30px;
}
.wrap-culture .culture .list .title-culture
{
    padding: 20px;

    background-color: #f6f6f6;
}
.wrap-culture .culture .list .title-culture h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .list .title-culture h3
    {
        font-size: 20px;
    }
}
.wrap-culture .culture .list .title-culture h3:before
{
    display: inline-block;

    width: 4px;
    height: 4px;
    margin-right: 14px;

    content: '';
    vertical-align: middle;

    background-color: #15a5da;
}
.wrap-culture .culture .list .text
{
    padding: 14px 10px;
}
.wrap-culture .culture .list .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .list .text p
    {
        font-size: 14px;
    }
}
.wrap-culture .culture .list .info-1 .item
{
    margin-top: 40px;
    padding: 50px 15px 30px 15px;

    text-align: center;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-culture .culture .list .info-1 .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 40px;

    display: block;

    content: '\e614';

    color: #15a5da;
}
.wrap-culture .culture .list .info-1 .item-dianfan:before
{
    content: '\e619';
}
.wrap-culture .culture .list .info-1 .item-fazhan:before
{
    content: '\e607';
}
.wrap-culture .culture .list .info-1 .item p
{
    font-size: 20px;
    line-height: 30px;

    margin: 20px 0 0 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .list .info-1 .item p
    {
        font-size: 16px;
    }
}
.wrap-culture .culture .list .info-1 .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-culture .culture .list .info-2 .item
{
    margin-top: 30px;
    padding: 0 15px;

    text-align: center;
}
.wrap-culture .culture .list .info-2 .item:before
{
    font-family: 'iconfont' !important;
    font-size: 38px;
    line-height: 80px;

    display: block;

    width: 80px;
    height: 80px;
    margin: 0 auto;

    content: '\e610';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #15a5da;
}
.wrap-culture .culture .list .info-2 .item-renzhen:before
{
    content: '\e603';
}
.wrap-culture .culture .list .info-2 .item-tuanjie:before
{
    content: '\e65d';
}
.wrap-culture .culture .list .info-2 .item-chuangxin:before
{
    content: '\e609';
}
.wrap-culture .culture .list .info-2 .item b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    margin: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .list .info-2 .item b
    {
        font-size: 16px;
    }
}
.wrap-culture .culture .list .info-2 .item p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    text-align: left;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .list .info-2 .item p
    {
        font-size: 14px;
    }
}
.wrap-culture .culture .list .info-2 .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-honor .honor > ul
{
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor > ul
    {
        margin: 0 -8px;
    }
}
.wrap-honor .honor > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-honor .honor > ul > li
    {
        padding: 0 8px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor > ul > li
    {
        width: 50%;
    }
}
.wrap-honor .honor .item
{
    overflow: hidden;

    margin-top: 30px;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 146.15384615%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item
{
    margin-top: 30px;
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 53.33333333%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    margin-top: 30px;
}
.wrap-news .news .item .note b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news .item .note span.date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    color: #999;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note b
{
    color: #da2930;
}
.wrap-news-show .title-news-show
{
    position: relative;

    padding-bottom: 20px;

    text-align: center;

    border-bottom: 1px solid #eee;
}
.wrap-news-show .title-news-show h1
{
    font-size: 28px;
    line-height: 1.5;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show span.date
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #666;
}
.wrap-news-show .news-show
{
    margin-top: 30px;
}
.wrap-news-show .news-show p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    position: relative;

    margin-top: 30px;
}
.wrap-news-show .news-relate a
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 30px;

    color: #666;
}
.wrap-news-show .news-relate a:hover
{
    color: #da2930;
}
.wrap-news-show .news-relate a:hover:before
{
    opacity: 1;
}
.wrap-news-show .news-relate a:hover span
{
    text-decoration: underline;
}
.wrap-product .product
{
    margin-top: -30px;
}
.wrap-product .product .item
{
    display: block;
    overflow: hidden;

    margin-top: 30px;
    padding: 10px;

    text-align: center;

    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-product .product .item
    {
        padding: 4px;
    }
}
.wrap-product .product .item .pic
{
    position: relative;
}
.wrap-product .product .item .pic .img-box
{
    padding-bottom: 76%;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 44px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 10px 0 0 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item p
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
@media (min-width: 992px)
{
    .wrap-product .product .item:hover
    {
        text-decoration: none;

        box-shadow: 0 0 10px rgba(218, 41, 48, .15);
    }
    .wrap-product .product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .product .item:hover p
    {
        color: #fff;
        background-color: #da2930;
    }
}
.wrap-product-show .carousel-wrap
{
    padding: 20px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 76%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video
{
    position: relative;

    background-color: #000;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .video
    {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .img-box
{
    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: .8;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play
{
    font-size: 80px;
    line-height: 60px;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e8d8';
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video:hover .img-box
{
    opacity: .9;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -5px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 5px;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;

    border: 1px solid #dcdcdc;
    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video .img-box
{
    opacity: .7;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    position: absolute;
    top: 50%;
    left: 50%;

    content: '\e8d8';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #15a5da;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #999;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.33333333;

    display: block;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    line-height: 2;

    margin: 0;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show
{
    overflow: hidden;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #15a5da;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e613';
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:hover
{
    background-color: #da2930;
}
.wrap-product-show .carousel-wrap .info-box .share
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .share span,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox
{
    margin-left: 10px;
}
.wrap-product-show .carousel-wrap .info-box .prev-next
{
    font-size: 0;

    margin-top: 60px;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a
{
    font-size: 16px;
    line-height: 42px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    height: 42px;
    padding-left: 68px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .prev-next a
    {
        display: block;

        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next
{
    float: right;

    padding-right: 68px;
    padding-left: 0;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .prev-next a.next
    {
        margin-top: 10px;
        padding-left: 68px;

        text-align: left;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next img
{
    right: 0;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .prev-next a.next img
    {
        right: auto;
        left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next a img
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;
    float: left;

    width: 58px;
    height: 42px;

    vertical-align: middle;

    border: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:hover
{
    color: #15a5da;
}
.wrap-product-show .title-product-show b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry
{
    padding-top: 50px;
}
.wrap-product-show .parameter .video
{
    position: relative;

    margin-top: 20px;

    background-color: #000;
}
.wrap-product-show .parameter .video img
{
    width: 100%;
}
.wrap-product-show .parameter .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-product-show .parameter .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .parameter .video .play
{
    font-size: 60px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: 1;
    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .video .play
    {
        font-size: 40px;
    }
}
.wrap-product-show .parameter .video .play:after
{
    font-family: 'iconfont' !important;

    content: '\e62b';
}
.wrap-product-show .parameter .video:hover .play
{
    opacity: .8;
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
    padding: 30px 15px;

    border: 1px solid #eee;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

    margin: 14px 0 0 0;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

    margin: 14px 0 0 0;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #eee;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea
    {
        font-size: 14px;

        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form .read input
{
    background-color: #f9f9f9;
}
.wrap-product-show .inquiry form span
{
    font-size: 16px;

    display: block;

    color: #666;
}
.wrap-product-show .inquiry form .submit
{
    font-size: 16px;
    line-height: 48px;

    margin-top: 20px;
    padding: 0 130px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #15a5da;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry form .submit
    {
        padding: 0 40px;
    }
}
.wrap-product-show .inquiry form .submit:hover
{
    background-color: #da2930;
}
.wrap-product-show .relate-product .item
{
    display: block;
    overflow: hidden;

    margin-top: 30px;
    padding: 10px;

    text-align: center;

    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item
    {
        padding: 4px;
    }
}
.wrap-product-show .relate-product .item .pic
{
    position: relative;
}
.wrap-product-show .relate-product .item .pic .img-box
{
    padding-bottom: 76%;
}
.wrap-product-show .relate-product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item p
{
    font-size: 16px;
    font-weight: normal;
    line-height: 44px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 10px 0 0 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item p
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
@media (min-width: 992px)
{
    .wrap-product-show .relate-product .item:hover
    {
        text-decoration: none;

        box-shadow: 0 0 10px rgba(218, 41, 48, .15);
    }
    .wrap-product-show .relate-product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product-show .relate-product .item:hover p
    {
        color: #fff;
        background-color: #da2930;
    }
}
.wrap-product-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show table td
{
    padding: 8px 20px !important;

    border: 1px solid #dcdcdc !important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-job .job .list
{
    margin-top: 30px;
    padding: 30px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-job .job .list
    {
        padding: 20px 10px;
    }
}
.wrap-job .job .list .title-job h3
{
    font-size: 24px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-job .job .list .title-job h3
    {
        font-size: 20px;
    }
}
.wrap-job .job .list p
{
    line-height: 2;

    margin: 0;
}
.wrap-job .job .list .text
{
    font-size: 0;

    margin: 0 -4px;
    margin-top: 20px;
}
.wrap-job .job .list .text p
{
    font-size: 14px;

    display: inline-block;

    min-width: 33.33333333%;
    padding: 0 4px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-job .job .list .text p
    {
        min-width: 50%;
    }
}
.wrap-job .job .list .note
{
    margin-top: 30px;
}
.wrap-contact .contact
{
    font-size: 0;

    margin-top: 30px;
    padding: 50px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .wrap-contact .contact
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        padding: 30px 10px;
    }
}
.wrap-contact .contact .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
.wrap-contact .contact #dituContent
{
    height: 380px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact #dituContent
    {
        margin-top: 30px;
    }
}
.wrap-contact .contact .title-contact h3
{
    font-size: 30px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .title-contact h3
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .list > ul
{
    font-size: 0;
}
.wrap-contact .contact .list > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;
    margin-top: 30px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .list > ul > li
    {
        width: 100%;
        margin-top: 10px;
    }
}
.wrap-contact .contact .list .item
{
    position: relative;

    padding-left: 30px;
}
.wrap-contact .contact .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e60d';

    color: #da2930;
}
.wrap-contact .contact .list .item p
{
    line-height: 2;

    word-break: break-word;
}
.wrap-contact .contact .list .item-email:before
{
    content: '\e617';
}
.wrap-contact .contact .list .item-tel:before
{
    content: '\e60c';
}
.wrap-contact .contact .list .item-website:before
{
    content: '\e611';
}
.wrap-contact .contact .list .item a:hover
{
    text-decoration: underline;

    color: #da2930;
}
.wrap-contact .message
{
    padding-top: 60px;
}
.wrap-contact .message .title-message
{
    text-align: center;
}
.wrap-contact .message .title-message h3
{
    font-size: 30px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-contact .message .title-message h3
    {
        font-size: 20px;
    }
}
.wrap-contact .message .title-message p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .message .title-message p
    {
        font-size: 14px;
    }
}
.wrap-contact .message form
{
    margin-top: 20px;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    line-height: 26px;

    width: 100%;
    min-height: 46px;
    margin-top: 18px;
    padding: 10px 20px;

    resize: vertical;

    color: #888;
    border: none;
    border: 1px solid #eee;
    background: none;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .send
{
    text-align: center;
}
.wrap-contact .message .submit
{
    font-size: 14px;
    line-height: 46px;

    height: 46px;
    margin-top: 20px;
    padding: 0 70px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #da2930;
}
.wrap-contact .message .submit:hover
{
    background-color: #15a5da;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
}
.pagination li:first-child a,
.pagination li:last-child a
{
    border-radius: 0;
}
.pagination li a
{
    font-size: 16px;
    line-height: 34px;

    width: 36px;
    height: 36px;
    margin: 0 10px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
    border: none;
    border: 1px solid #fff;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        margin: 0 4px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #da2930;
    border: 1px solid #da2930;
    background: none;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #da2930;
    border: 1px solid #da2930;
    background: none;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li
{
    width: 40px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span
{
    border: 2px solid #15a5da;
    background-color: #15a5da;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span
{
    width: 12px;
    height: 12px;

    border-color: #15a5da;
    background: none;
}
#fp-nav ul li,
.fp-slidesNav ul li
{
    position: relative;
}
#fp-nav ul li a span.fp-sr-only,
.fp-slidesNav ul li a span.fp-sr-only
{
    font-size: 14px;
    line-height: 20px;

    position: relative;
    top: 0;
    left: 10px;

    float: right;

    width: 20px;
    height: 20px;

    text-align: center;

    opacity: 0;
    color: #15a5da;
    border: none;
    background: none;
}
#fp-nav ul li a span.fp-sr-only:before,
.fp-slidesNav ul li a span.fp-sr-only:before
{
    content: '0';
}
#fp-nav ul li a.active span.fp-sr-only,
#fp-nav ul li:hover a.active span.fp-sr-only,
.fp-slidesNav ul li a.active span.fp-sr-only,
.fp-slidesNav ul li:hover a.active span.fp-sr-only
{
    line-height: 30px;

    height: 30px;

    opacity: 1;
}


.box-about .video .play
{
    font-size: 60px;
    line-height: 96px;

    position: absolute;
    z-index: 2;
    top: 50%;
	width: 50px;
	left: 50%;
	margin-left: -25px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
@media (max-width: 991px)
{
    .box-about .video .play
    {
        font-size: 40px;
        /* line-height: 60px; */

        width: 60px;
        /* height: 60px; */
    }
}
@media (max-width: 767px)
{
    .box-about .video .play
    {
        /* left: 0; */
    }
}
.box-about .video .play:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e650';
}
.box-about .video .play:hover
{
    /* color: #fff; */
    /* background-color: #005b4c; */
}

.header .language
{
    position: relative;

    display: inline-block;
	margin: 0;
    margin-left: 20px;
	
	float: right;

    vertical-align: middle;
}

@media (max-width: 1199px)
{
    .header .language
    {
        margin: 0 0 0 10px;
    }
}
.header .language p
{
    font-size: 15px;
    line-height: 100px;

    display: inline-block;
	color: #FFFFFF;
    cursor: pointer;
}
.fp-viewing-2 .header .language p,
.fp-viewing-3 .header .language p,
.fp-viewing-4 .header .language p,
.fp-viewing-5 .header .language p,
.fp-viewing-6 .header .language p,
.fp-viewing-7 .header .language p,
.fp-viewing-8 .header .language p,
.header-in-fixed .language p{
		color: #666666;
}

@media (max-width: 1199px)
{
    .header .language p
    {
        line-height: 60px;
    }
}
.header .language p:before
{
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language p:after
{
    
    display: inline-block;

    content: '';
    vertical-align: middle;

    color: #888;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	margin-left: 6px;
}
.fp-viewing-2 .header .language p:after,
.fp-viewing-3 .header .language p:after,
.fp-viewing-4 .header .language p:after,
.fp-viewing-5 .header .language p:after,
.fp-viewing-6 .header .language p:after,
.fp-viewing-7 .header .language p:after,
.fp-viewing-8 .header .language p:after,
.header-in-fixed .language p:after{
		border-color: #888 transparent transparent transparent;
}
.header .language p.cn:before
{
    background-position: -24px 0;
}
.header .language p.ru:before
{
    background-position: -48px 0;
}
.header .language p.jp:before
{
    background-position: -72px 0;
}
.header .language p:hover
{
    color: #0054a5;
}
.header .language ul
{
    position: absolute;
    top: 80%;

    display: none;

    width: 100%;
    width: 140px;
    padding: 10px 0;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .language ul li a
{
    font-size: 15px;
    line-height: 30px;

    padding: 0 14px;
}
.header .language ul li a:before
{
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language ul li.cn a:before
{
    background-position: -24px 0;
}
.header .language ul li.ru a:before
{
    background-position: -48px 0;
}
.header .language ul li.jp a:before
{
    background-position: -72px 0;
}
.header .language ul li:hover a
{
    text-decoration: underline;

    color: #0054a5;
}

@media (max-width: 360px){
	.header .logo {
		height: 20px;
		margin-top: 21px;
	}
}